-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Python 3.12 #286
Support Python 3.12 #286
Conversation
kitsuyui
commented
Oct 6, 2023
•
edited
Loading
edited
- Pytorch for Python 3.12 not available pytorch/pytorch#110436
- Add CI for Python 3.12
- Update lockfile
a5f0f74
to
1b973de
Compare
It seems that currently PyTorch does not support Python 3.12 yet.
|
1b973de
to
55dc550
Compare
c4ceb79
to
1005ca0
Compare
75a17c9
to
6aa8e2f
Compare
6aa8e2f
to
b616c54
Compare
b616c54
to
238087e
Compare
05b3324
to
b5fc491
Compare
- [x] Add CI for Python 3.12 - [x] Update lockfile
b5fc491
to
1e7c9a4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #286 +/- ##
=======================================
Coverage 99.61% 99.61%
=======================================
Files 42 42
Lines 1291 1291
=======================================
Hits 1286 1286
Misses 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I'm able to install torch, but not pytorch:
$ python --version Edition Windows 10 Pro |